set the movieTime of sprite the videoSprite of me to 0
set the member of sprite the currentSpriteNum to "Rewalto"
end
on getPropertyDescriptionList
set p_list to [#videoSprite: [#comment: "Video Sprite Channel:", #format: #integer, #default: 1]]
return p_list
end
on getBehaviorDescription
return "Rewinds a digital video sprite in the current frame. Attach to a button with the appropriate label." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Video Sprite - Enter the number of the sprite channel in which the video is displayed."
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end
on mouseDown me
set the member of sprite the currentSpriteNum to "Rewbaixo"